home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 4 / Amiga Tools 4.iso / tools / netzwerk / tcp-ip / usno / docs / readme.1st < prev    next >
Text File  |  1996-02-26  |  2KB  |  60 lines

  1.     This package provides the time server and time client routines as
  2.     described in Time.memo.  
  3.  
  4.     The files included in this distribution are:
  5.  
  6. Makefile        a standard make file
  7. Makefile.noinstall    a make file which does not install
  8. README.1ST        this file
  9. Time.memo        an explanation of network time synchronization
  10. interex.paper            paper given at HP Interex, Aug. 1992
  11. TIME_SET        a script file which manages cron
  12. cronfile        a sample cronfile
  13. etc.inetd.conf        a sample /etc/inetd.conf entry
  14. etc.services        a sample /etc/services entry 
  15. time_set.1        a man page for time_set
  16. time_set.c        source for the client time setter
  17. timecheck.1        a man page for the time checker
  18. timecheck.c        source for the time checking program
  19. timesrv.1        a man page for the time server program
  20. timesrv.c        source for the time server routine.
  21.  
  22. timec.c                a version of timecheck.c using the DARPA "time
  23.             protocol" on TCP port 37
  24.  
  25.     These should operate with all BSD hosts, UNIX and non-UNIX.  The
  26.     function call "ntohl" is provided for compatibility with reverse-
  27.     byte order hosts (DEC, Sun386i).  
  28.  
  29.     A Makefile is provided for root to  compile and install this code,
  30.     using the command:
  31.  
  32.     make all
  33.  
  34.     Before executing this, read over the Makefile and make any 
  35.     customizations of directory path variables BIN and MAN, and 
  36.     CCOPTS as needed for your system.
  37.     
  38.     timesrv need only be installed on your designated time server, not on
  39.     the time clients.  See Time.memo.
  40.  
  41.     The cron process should be interrupted when system time is changed;
  42.     the shell script TIME_SET is provided to do this.  It too must be
  43.     customized for Sun systems.  
  44.  
  45.     To schedule TIME_SET by cron, move the file cronfile to 
  46.     /users/root/ and insert the minutes and hours of time into it, 
  47.     and "crontab cronfile" .   A weekly or monthly scheduling should be
  48.     sufficient.
  49.  
  50.     We offer the use on an experimental basis of our time server host,
  51.     an HP9000/847S running HP-UX 8.02.  Its Internet address is:
  52.     tycho.usno.navy.mil (192.5.41.239). 
  53.      
  54.     As always, no warranty is expressed or implied. "Caveat emptor."    
  55.  
  56.     --R.E.Schmidt, TIME SERVICE, US NAVAL OBSERVATORY, WASHINGTON,D.C.
  57.     (202)- 653-0487   Fax 202-653-0909
  58.  
  59.     res@tuttle.usno.navy.mil
  60.